home *** CD-ROM | disk | FTP | other *** search
- -- background: 4706 from stack: in
- -- bmap block id: 6892
- -- flags: 4000
- -- background id: 0
- -- name: Response
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=9 top=44 right=61 bottom=499
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 22
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: theResponseLine
-
-
- -- part 4 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=3 top=65 right=315 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 22
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: theText
-
-
- -- part 5 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=9 top=23 right=40 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 22
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: theTopic
-
-
- -- part 6 (field)
- -- low flags: 81
- -- high flags: 0000
- -- rect: left=428 top=23 right=40 bottom=499
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 22
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: theResponseNum
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=477 top=319 right=338 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 6720 / 6720
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom close
- go to prev card of bkgnd "Topic"
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=196 top=321 right=340 bottom=226
- -- title width / last selected line: 0
- -- icon id / first selected line: 15420 / 15420
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll right
- go to prev card
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=243 top=321 right=340 bottom=273
- -- title width / last selected line: 0
- -- icon id / first selected line: 16560 / 16560
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll left
- go to next card
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 8004
- -- rect: left=4 top=320 right=340 bottom=122
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Delete Response
- ----- HyperTalk script -----
- on mouseUp
- answer "Delete this Response?" with "Yes" or "Cancel"
- if it is "Cancel" then exit mouseUp
- get the id of this card
- put it into killedID
- doMenu Delete Card
- go to prev card of bkgnd "Topic"
- repeat with i = 1 to number of lines in bkgnd field "theLinks"
- if line i of bkgnd field "theLinks" is killedID then
- delete line i of bkgnd field "theLinks"
- delete line i of bkgnd field "theResponses"
- end if
- end repeat
- end mouseUp
-
-